vue router.push(),router.replace(),router.go()
1.router.push(location)=====window.history.pushState 想要导航到不同的 URL,则使用 router.push 方法。这个方法会向 history ...
1.router.push(location)=====window.history.pushState 想要导航到不同的 URL,则使用 router.push 方法。这个方法会向 history ...